/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Exceptions; public class GestionExceptions { public static String traiterException(String message){ return message; } }